home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
shopdrop.swf
/
scripts
/
DefineButton2_902
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
229 b
|
13 lines
on(release){
var mover = this.hair;
if(mover._currentframe == 1)
{
mover.gotoAndStop(mover._totalframes);
}
else
{
mover.prevFrame();
}
CharSelect.hair = this.hair._currentframe;
}